Skip to main content

All Questions

0votes
3answers
131views

Modelling objects relationship

I am trying to understand a general pattern. Suppose I have an application where I show User and all the Jobs listings where he has applied, here User and Job are many2many relationship. In the same ...
vivek's user avatar
38votes
2answers
44kviews

How to design a scalable notification system? [closed]

I need to write a notification system manager. Here is my requirements: I need to be able to send a Notification on different platforms, which may be totally different (for exemple, I need to be ...
Trent's user avatar

close